update coverity model to tune false positives.
authortsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 3 Mar 2014 23:58:48 +0000 (23:58 +0000)
committertsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 3 Mar 2014 23:58:48 +0000 (23:58 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4775 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/coverity_model.cc

index 9672c756d6d9ed085f39b4cc550fc71fbef7c96e..4f03cf103ef8862ff1741bfceda351177fa6dbec 100644 (file)
@@ -35,3 +35,7 @@ void route_add_wpt_named(route_head* rte, Waypoint* wpt,
                          const QString& namepart, int number_digits) {
   __coverity_escape__(wpt);
 }
+void track_add_wpt_named(route_head* rte, Waypoint* wpt,
+                         const QString& namepart, int number_digits) {
+  __coverity_escape__(wpt);
+}